@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header__box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header__box.scrollHide {
  top: -1.5rem;
}
.header__box.innerbg .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header__box.innerbg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header__box.innerbg .menubtn span {
  background: #000;
}
.header__box.innerbg .menubtn span:before,
.header__box.innerbg .menubtn span:after {
  background: #000;
}
.header__box.innerbg .navs > li > a {
  color: #000000;
}
.header__box.innerbg .navs > li:before {
  background: #000;
}
.header__box.innerbg .header__search span,
.header__box.innerbg .langs a {
  color: #000;
}
.header__box.innerbg .langs a i {
  border-top: 0.05rem solid #000;
}
.header__box.scrolltops .header__wrap {
  padding: 0.12rem 8.3333vw;
  background: #fff;
}
.header__box.scrolltops .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header__box.scrolltops .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header__box.scrolltops .navs > li > a {
  color: #000000;
}
.header__box.scrolltops .navs > li:before {
  background: #000;
}
.header__box.scrolltops .header__search span,
.header__box.scrolltops .langs a {
  color: #000;
}
.header__box.scrolltops .langs a i {
  border-top: 0.05rem solid #000;
}
.header__wrap {
  padding: 0.28rem 8.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.logo {
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.34rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 2.7083vw;
  position: relative;
  z-index: 2;
}
.navs > li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li:hover,
.navs > li.active {
  color: #fff;
}
.navs > li:hover:before,
.navs > li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(-50%) translateY(0);
}
.navs > li > a {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs__menu {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(20px);
  transition: 0.4s;
  pointer-events: none;
}
.navs__menu--list {
  padding: 0.16rem 0;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}
.navs__menu--list li {
  margin-bottom: 0.06rem;
  padding: 0 0.26rem;
  position: relative;
}
.navs__menu--list li:last-child {
  margin-bottom: 0;
}
.navs__menu--list li:hover > a {
  color: #00723E;
}
.navs__menu--list li:hover .navs__tree {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.navs__menu--list li a {
  display: inline-block;
  white-space: nowrap;
  color: #666;
  font-size: 0.16rem;
}
.navs__menu--list li a:hover {
  color: #00723E;
}
.navs__tree {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 0.1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s;
}
.navs__tree p a {
  font-size: 0.14rem;
}
.navs__tree--wrap {
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__search {
  position: relative;
}
.header__search span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
.header__search:hover .search__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.search__down {
  position: absolute;
  right: -0.4rem;
  top: 100%;
  padding-top: 0.12rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.search__down .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #000;
  border-radius: 0.2rem;
  background: #fff;
  border: none;
  font-size: 14px;
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.16rem;
  z-index: 3;
  line-height: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  transition: 0.4s;
  font-size: 0.18rem;
}
.search__down .sub:hover {
  color: #00723E;
}
.langs {
  margin-left: 2.4479vw;
}
.langs a {
  display: inline-block;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.langs a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.13rem;
  border-left: 0.04rem solid transparent;
  border-right: 0.04rem solid transparent;
  border-top: 0.05rem solid #fff;
}
.banner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #000;
}
.banner__top {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner__top figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 100vh;
}
.banner__top figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(2.5%, #000), color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(80%, rgba(0, 0, 0, 0.79083508)), to(#000));
}
.banner__top figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__top figure video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__text {
  position: absolute;
  left: 0;
  bottom: 12.3958vw;
  width: 100%;
  z-index: 3;
  text-align: center;
  transition: 1s;
}
.banner__text.hide {
  opacity: 0;
}
.banner__text strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
  letter-spacing: 4px;
}
.banner__text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.2rem;
  line-height: 1.5;
}
.banner__scroll {
  position: absolute;
  left: 50%;
  margin-left: -1.1rem;
  bottom: -1.08rem;
  width: 2.19rem;
  height: 2.19rem;
  z-index: 3;
  box-sizing: border-box;
  transition: 1s;
}
.banner__scroll.hide {
  opacity: 0;
}
.banner__scroll:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/border1.png) center no-repeat;
  background-size: cover;
}
.mouses {
  padding-top: 0.29rem;
  z-index: 3;
  text-align: center;
  animation: scrollKey 3s ease-in-out infinite;
}
.mouses i {
  display: inline-block;
  margin-bottom: 0.07rem;
  color: #fff;
  font-size: 0.2rem;
  font-style: normal;
  line-height: 1;
}
.mouses p {
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
@keyframes scrollKey {
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  75%,
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 6%, 0);
    transform: translate3d(0, 5%, 0);
  }
}
.banner__down {
  padding: 1.56rem 0 1.35rem;
  text-align: center;
  position: sticky;
  top: 0;
}
.banner__process {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.1;
}
.banner__words {
  margin: 0.9rem 0;
  text-align: center;
}
.banner__words strong {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  color: #fff;
  opacity: 0.56;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 1.5;
}
.banner__words strong:first-child {
  color: #fff;
}
.banner__star {
  position: absolute;
  left: 0;
  top: 31.25vw;
  width: 100%;
  height: 100%;
  background: url(../img/start.png) center top no-repeat;
  z-index: -1;
}
.banner__solute {
  text-align: center;
}
.banner__solute a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 0.27rem;
  color: #fff;
  font-size: 0.16rem;
}
.banner__solute a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.banner__solute a:hover,
.banner__solute a.active {
  color: #fff;
}
.banner__solute a:hover:before,
.banner__solute a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.banner__solute a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.08rem;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background: #fff;
}
.home__about {
  padding: 1rem 8.3333vw 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__titles {
  margin-bottom: 4.6875vw;
}
.home__titles p {
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #000000;
  font-size: 0.18rem;
}
.home__titles strong {
  display: block;
  color: #00723E;
  font-size: 0.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.mores a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 0.27rem;
  color: #000000;
  font-size: 0.16rem;
}
.mores a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.mores a:hover,
.mores a.active {
  color: #000;
}
.mores a:hover:before,
.mores a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.mores a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.09rem;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background: #000;
}
.home__about--info {
  width: 7.55rem;
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.8;
  text-indent: 0.4rem;
}
.home__about--info b {
  color: #000000;
  font-weight: normal;
}
.about__video {
  position: relative;
  margin: 0 0.3rem;
  overflow: hidden;
}
.about__video figure {
  position: relative;
  display: block;
  padding-bottom: 40.215%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.about__video figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__video figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__btns {
  position: absolute;
  left: 0.83rem;
  bottom: 0.6rem;
  z-index: 3;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
  cursor: pointer;
  display: none;
}
.about__btns:hover img {
  transform: translateX(5px);
}
.about__btns img {
  display: inline-block;
  position: relative;
  margin-left: 0.19rem;
  width: 0.15rem;
  height: auto;
  transition: 0.3s;
}
.advantage {
  padding: 1rem 8.3333vw 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.advantage__info {
  margin-bottom: 3.3333vw;
  margin-left: 4.1667vw;
  width: 39.3229vw;
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.8;
  text-indent: 0.4rem;
}
.advantage__info b {
  font-weight: normal;
  color: #000000;
}
.advantage__imgs {
  margin-top: 5.6771vw;
  width: 34.2188vw;
}
.advantage__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.product__top {
  text-align: center;
}
.product__top strong {
  margin: auto;
  width: 6.4rem;
}
.product__btn {
  display: flex;
  justify-content: center;
}
.product__btn span {
  margin-right: 0.5rem;
  position: relative;
  padding-left: 0.27rem;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}
.product__btn span.active:before,
.product__btn span:hover:before {
  transform: scale(1);
}
.product__btn span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.09rem;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background: #000;
  transform: scale(0);
  transition: 0.3s;
}
.product__btn span:last-child {
  margin-right: 0;
}
.product__tabs {
  margin-top: 1.14rem;
  padding-top: 0.3rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.product__tabs:before {
  position: absolute;
  left: 50%;
  margin-left: -42vw;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 84vw;
  height: 16.7708vw;
  background: url(../images/productbg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.product__swiper {
  margin: 0 10%;
  height: 30.2083vw;
}
.product-slide {
  width: 33.333%;
  text-align: center;
  transition: margin 0.5s;
  margin-top: 1.3rem;
}
.product-slide a {
  transform: rotate(32deg);
}
.product-slide.swiper-slide-active {
  margin-top: 0;
}
.product-slide.swiper-slide-active a {
  opacity: 1;
  transform: rotate(0);
}
.product-slide.swiper-slide-active figure {
  transform: scale(1);
}
.product-slide a {
  display: inline-block;
  transition: 0.5s;
  opacity: 0.3;
}
.product-slide.swiper-slide-prev {
  margin-top: 1.3rem;
}
.product-slide.swiper-slide-prev a {
  transform: rotate(-32deg);
}
.product-slide.swiper-slide-next {
  margin-top: 1.3rem;
}
.product-slide.swiper-slide-next a {
  transform: rotate(32deg);
}
.product-slide.swiper-slide-duplicate-next {
  margin-top: 4.6rem;
}
.product-slide.swiper-slide-duplicate-next a {
  transform: rotate(-50deg);
}
.product-slide.swiper-slide-duplicate-prev {
  margin-top: 2.6rem;
}
.product-slide.swiper-slide-duplicate-prev a {
  transform: rotate(50deg);
}
.product-slide figure {
  display: block;
  height: 2.93rem;
  text-align: center;
  transform: scale(0.7);
  transform-origin: center bottom;
  transition: 0.5s;
}
.product-slide figure img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}
.product-slide strong {
  display: block;
  position: relative;
  margin-top: 0.32rem;
  color: #000000;
  font-size: 0.2rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.product__more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 3.6458vw;
}
.product__list {
  position: absolute;
  left: 12.5vw;
  right: 12.5vw;
  top: 0;
  z-index: -1;
}
.product__items {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.product__items.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.5s;
}
.product__infos strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__infos span {
  display: block;
  margin-bottom: 0.22rem;
  color: #888888;
  font-size: 0.2rem;
  line-height: 2;
}
.product__infos p {
  color: #000000;
  font-size: 0.18rem;
  line-height: 1.7;
}
.product__tags {
  position: relative;
}
.product__tags:before {
  position: absolute;
  top: 0.12rem;
  bottom: 0.6rem;
  left: 0.05rem;
  content: "";
  width: 1px;
  background: #D1D1D1;
}
.product__tags p {
  position: relative;
  padding-left: 0.4rem;
  margin-bottom: 0.3rem;
  color: #000000;
  font-size: 0.18rem;
  max-width: 3.6rem;
}
.product__tags p:last-child {
  margin-bottom: 0;
  height: 0.8rem;
}
.product__tags p:last-child:before {
  top: 0.14rem;
}
.product__tags p:before {
  position: absolute;
  left: 0;
  top: 0.12rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #000;
  border-radius: 50%;
}
.product__tags p:nth-child(2):after {
  position: absolute;
  left: -0.1rem;
  top: 50%;
  margin-top: -0.15rem;
  box-sizing: border-box;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #000;
  border-radius: 50%;
}
.product__tags p b {
  color: #666666;
  font-weight: normal;
}
.product__tabs {
  position: relative;
}
.product__tabs--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.product__tabs--item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
  z-index: 3;
}
.footer {
  padding: 8.8542vw 8.3333vw 0;
  background: #F5F5F5;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs--item {
  display: block;
  margin-right: 8.8542vw;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 2.0833vw;
}
.footer__navs--item dt a {
  display: inline-block;
  color: #000000;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
  line-height: 1.2;
}
.footer__navs--item dt a:hover {
  color: #00723E;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 1.0417vw;
}
.footer__navs--item dd p a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.16rem;
}
.footer__navs--item dd p a:hover {
  color: #00723E;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__right {
  text-align: center;
}
.footer__logo {
  margin-bottom: 2.5vw;
}
.footer__logo img {
  display: inline-block;
  height: 1.05rem;
}
.footer__eq img {
  display: inline-block;
  width: 1.3rem;
  height: auto;
}
.footer__eq p {
  margin-top: 0.16rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.16rem;
}
.footer__shares {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.18rem;
  line-height: 1;
}
.footer__shares a {
  display: inline-block;
  margin-right: 1.3021vw;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.25rem;
  line-height: 1;
}
.footer__shares a:hover {
  color: #000;
}
.footer__shares a:last-child {
  margin-right: 0;
}
.footer__copy {
  padding: 0.26rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}
.footer__copy p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.16rem;
}
.footer__copy a {
  color: rgba(0, 0, 0, 0.8);
}
.footer__copy a:hover {
  color: #000;
}
.common__titles.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 1.4s cubic-bezier(0.26, 1, 0.48, 1);
}
.common__titles.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mains {
  position: relative;
  z-index: 2;
  background: #fff url(../img/homebg.png) center top no-repeat;
  background-size: cover;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  text-align: center;
}
.ptext p {
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
}
.pline {
  margin: 0.32rem auto 0.28rem;
  position: relative;
  width: 1px;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.41);
}
.pline:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 0.15rem;
  background: #fff;
}
.ptitle {
  margin: auto;
  max-width: 90%;
  width: 8.4rem;
}
.ptitle strong {
  display: block;
  color: #fff;
  font-size: 0.48rem;
  line-height: 1.3;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.menu__leval {
  position: absolute;
  left: 0;
  bottom: 3.6458vw;
  z-index: 3;
  width: 100%;
}
.menu__leval--list {
  display: flex;
  justify-content: center;
}
.menu__leval--list li {
  margin-right: 4.5833vw;
  position: relative;
  z-index: 2;
}
.menu__leval--list li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.menu__leval--list li:hover,
.menu__leval--list li.active {
  color: #fff;
}
.menu__leval--list li:hover:before,
.menu__leval--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.menu__leval--list li:last-child {
  margin-right: 0;
}
.menu__leval--list li a {
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.1;
}
.introduct__top {
  padding: 5.7292vw 8.3333vw 5vw;
}
.about__title {
  text-align: center;
}
.about__title strong {
  display: block;
  line-height: 1;
  color: #00723E;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.introduct__Info {
  margin-top: 3.6458vw;
  text-align: center;
}
.introduct__Info strong {
  display: block;
  margin-bottom: 2.3438vw;
  color: #000000;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: 400;
}
.introduct__Info p {
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.8;
}
.about__imgs {
  margin: 0 0.3rem;
}
.about__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 40.215%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.about__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__data {
  padding: 5.9896vw 12.5vw 5.9375vw;
  display: flex;
  justify-content: space-between;
}
.about__data--item {
  text-align: center;
}
.about__data--item strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.about__data--item strong b {
  font-weight: normal;
}
.about__data--item p {
  margin-top: 0.18rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 1.8;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.culture__box {
  padding: 7.1354vw 0 7.1354vw 8.3333vw;
  background: url(../img/start.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.culture__left {
  margin-right: 0.4rem;
  flex: 1;
  width: 0;
}
.culture__left .about__title strong {
  color: #fff;
  text-align: left;
}
.culture__left .mouses {
  display: inline-block;
  padding-top: 0;
}
.culture__info {
  margin-top: 7.8125vw;
  margin-bottom: 5.2083vw;
}
.culture__info strong {
  display: block;
  margin-bottom: 3.0208vw;
  line-height: 1.4;
  color: #fff;
  font-size: 0.32rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.culture__info p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 2.2;
}
.culture__imgs {
  position: relative;
  width: 58.5938vw;
}
.culture__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 60.88%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.culture__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture__prev {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
}
.culture__prev span {
  display: inline-block;
  margin-right: 1px;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.37);
  cursor: pointer;
  transition: 0.4s;
  background-position: center;
  background-repeat: no-repeat;
}
.culture__prev span:hover {
  background-color: #00723E;
}
.culture__prev span.prev {
  background-image: url(../images/prev.png);
}
.culture__prev span.next {
  background-image: url(../images/next.png);
}
.page__list .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__list .pagination li {
  margin-right: 0.08rem;
}
.page__list .pagination li:last-child {
  margin-right: 0;
}
.page__list .pagination li.disabled span {
  cursor: not-allowed;
  background: none;
  color: rgba(0, 0, 0, 0.9);
}
.page__list .pagination li:hover span,
.page__list .pagination li.active span,
.page__list .pagination li:hover a,
.page__list .pagination li.active a {
  background: #00723E;
  border-color: #00723E;
  color: #fff;
}
.page__list .pagination li span,
.page__list .pagination li a {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  line-height: 0.3rem;
}
.history {
  padding: 1.1rem 0 8.2813vw;
}
.history .about__title {
  position: relative;
  z-index: 4;
}
.history__wrap {
  position: relative;
  z-index: 3;
  margin: auto;
  margin-top: -0.3rem;
  overflow: hidden;
}
.history__arlcle {
  position: sticky;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 48.2813vw;
  line-height: 1;
}
.history__arlcle img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes rolates {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.history__list {
  margin: auto;
  margin-top: -48.5vw;
  padding-top: 5.73vw;
  width: 48.2813vw;
  height: 50vw;
  box-sizing: border-box;
  padding-bottom: 34vw;
  overflow: visible;
}
.hisotry__item {
  transition: 0.4s;
  pointer-events: none;
}
.hisotry__item.swiper-slide-prev {
  opacity: 0;
}
.hisotry__item .history__wrs {
  margin-left: -17.5vw;
  width: 5.5rem;
  max-width: 100%;
}
.hisotry__item:last-child {
  margin-bottom: 0;
}
.hisotry__item:nth-child(3n+3) .history__wrs {
  margin-left: -13.3333vw;
}
.hisotry__item:nth-child(2n+2) .history__wrs {
  margin-left: 0;
  float: right;
  margin-right: -13.5417vw;
}
.hisotry__item:nth-child(4n+4) .history__wrs {
  margin-left: 0;
  margin-right: -17.1875vw;
}
.hisotry__item:hover {
  opacity: 1 !important;
}
.hisotry__item time {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.6;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.hisotry__item p {
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.8;
}
.layout__box {
  padding: 0.86rem 12.4479vw 1rem 8.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F6F6;
}
.layout__right {
  width: 38.0729vw;
}
.layout__info .about__title {
  text-align: left;
}
.layout__tts {
  padding: 6.6667vw 0 2.9167vw;
  color: #000000;
  font-size: 0.32rem;
  line-height: 1.8;
}
.layout__tts strong {
  display: block;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.layout__texts {
  color: #666666;
  font-size: 0.2rem;
  line-height: 2.2;
}
.layout__texts span {
  margin-right: 0.4rem;
  color: #000;
}
.honor__box {
  padding: 5.7292vw 0 7.5521vw;
}
.honor__tabs {
  position: relative;
  margin: auto;
  margin-top: 0.5rem;
  width: 12.33rem;
}
.honor__swiper {
  padding: 0.2rem 0;
}
.honor-slide {
  padding: 3.6458vw 0.13rem 0.36rem;
  box-sizing: border-box;
  width: 3.36rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.09);
}
.honor-slide.swiper-slide-active figure {
  opacity: 1;
}
.honor-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 17.2396vw;
  position: relative;
  transition: opacity 0.4s;
  opacity: 0.7;
}
.honor-slide figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.honor-slide strong {
  display: block;
  color: #000000;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
  text-align: center;
}
.honor__btn {
  position: absolute;
  top: 50%;
  margin-top: -0.28rem;
  width: 0.56rem;
  height: 0.56rem;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 0.56rem;
  cursor: pointer;
  z-index: 5;
  color: #000;
  font-size: 0.18rem;
  transition: 0.4s;
}
.honor__btn:hover {
  background: #000;
  color: #fff;
}
.honor__btn.prev {
  left: -8.9583vw;
}
.honor__btn.next {
  right: -8.9583vw;
}
.cooperate {
  padding: 5.9375vw 8.3333vw 6.7708vw;
  background: #F6F6F6;
}
.cooperate__list {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.cooperate__list li {
  margin-right: 1.4%;
  margin-bottom: 0.56rem;
  width: 15.5%;
}
.cooperate__list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.14rem;
  height: 1rem;
  box-shadow: 0 0 0.24rem rgba(0, 0, 0, 0.07);
}
.cooperate__list li figure img {
  max-height: 70%;
  max-width: 70%;
}
.cooperate__list li:nth-child(6n+6) {
  margin-right: 0;
}
.sound {
  padding: 5.7292vw 0 10.1042vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sound__alrcle {
  position: absolute;
  left: -19.6354vw;
  bottom: -6.25vw;
  width: 46.0938vw;
  height: 46.0938vw;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
}
.sound__alrcle:before {
  position: absolute;
  right: 9.4792vw;
  top: 9.4%;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #00723E;
}
.sound__wrap {
  margin: auto;
  margin-top: 5.7292vw;
  width: 13.52rem;
}
.sound-slide {
  display: flex;
  justify-content: space-between;
}
.sound__imgs {
  width: 3.93rem;
  line-height: 1;
}
.sound__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 50%;
}
.sound__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sound__infos {
  flex: 1;
  padding-top: 0.15rem;
  margin-left: 8.8542vw;
  width: 0;
}
.sound__top {
  display: inline-block;
  position: relative;
  padding-right: 0.52rem;
}
.sound__top:before,
.sound__top:after {
  position: absolute;
  line-height: 1;
  font-size: 0.36rem;
  font-family: "MiSans-Bold";
}
.sound__top:before {
  left: -0.52rem;
  top: -0.1rem;
  content: "“";
}
.sound__top:after {
  right: 0;
  top: 70%;
  content: "”";
}
.sound__top strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.32rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.sound__top p {
  color: #000000;
  font-size: 0.2rem;
  line-height: 2;
}
.sound__tetxs {
  margin-top: 0.3rem;
  color: #666666;
  font-size: 0.2rem;
}
.sound__btns {
  position: absolute;
  left: 3.93rem;
  margin-left: 8.8542vw;
  bottom: 0.24rem;
  display: flex;
  z-index: 3;
}
.sound__btns span {
  display: inline-block;
  margin-right: 0.15rem;
  text-align: center;
  width: 0.41rem;
  height: 0.41rem;
  line-height: 0.41rem;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-size: 0.18rem;
  font-weight: bold;
  transition: 0.4s;
}
.sound__btns span:hover {
  border-color: #000;
  color: #000;
}
.product__container {
  padding: 0.3rem 0.3rem 0.36rem;
}
.device {
  padding: 5.6771vw 6.7708vw 6.5104vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F6F6;
}
.device__swiper {
  margin: 0;
  width: 68%;
}
.device-slide {
  width: 30%;
  text-align: center;
}
.device-slide:hover figure img {
  transform: scale(1.08);
}
.device-slide:hover strong {
  color: #00723E;
}
.device-slide figure {
  display: flex;
  justify-content: center;
  height: 15.2083vw;
}
.device-slide figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.68s;
}
.device-slide strong {
  display: block;
  margin-top: 0.4rem;
  color: #000000;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.1;
  transition: 0.4s;
}
.device__left {
  width: 3.25rem;
}
.device__left .about__title {
  text-align: left;
}
.device__infos {
  margin: 3.5417vw 0 4.4271vw;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.78;
  text-indent: 0.4rem;
}
.device__infos b {
  color: #000;
  font-weight: normal;
}
.title__left {
  text-align: left;
}
.system {
  padding: 4.8958vw 6.7708vw 2.7083vw;
}
.system__list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.system__list li {
  margin-right: 1.8666%;
  margin-bottom: 0.5rem;
  width: 23.6%;
}
.system__list li:nth-child(4n+4) {
  margin-right: 0;
}
.system__list li:hover figure img {
  transform: scale(1.08);
}
.system__list li:hover strong {
  background: #EEEEEE;
}
.system__list li figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.1rem;
  background: #FAFAFA;
}
.system__list li figure img {
  max-width: 70%;
  max-height: 70%;
  transition: 0.58s;
}
.system__list li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.1rem;
  text-align: center;
  height: 0.66rem;
  color: #000000;
  font-size: 0.2rem;
  font-weight: normal;
  transition: 0.4s;
}
.facilities {
  padding: 0.94rem 6.7708vw 1.1rem;
  background: #F6F6F6;
}
.facilities__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.2083vw;
}
.facilities__top .sound__btns {
  position: static;
}
.facilities__swiper {
  min-height: 3rem;
}
.facilities-slide {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.facilities-slide b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  width: 0.92rem;
  height: 0.92rem;
  background: #00723E;
  border-radius: 0.09rem;
}
.facilities-slide b img {
  display: inline-block;
  max-height: 70%;
}
.facilities__fix {
  flex: 1;
  margin-left: 1.875vw;
  width: 0;
}
.facilities__fix strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #000000;
  font-size: 0.2rem;
  font-weight: normal;
}
.facilities__fix p {
  color: #666666;
  font-size: 0.16rem;
  width: 3rem;
  max-width: 100%;
}
.system__pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.system__pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.system__bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.23);
}
.system__contents {
  position: absolute;
  left: 50%;
  margin-left: -7.2rem;
  top: 50%;
  padding: 6.5104vw 0.54rem 6.875vw;
  width: 14.4rem;
  transform: translateY(-50%);
  background: #fff;
  box-sizing: border-box;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}
.sysy__close {
  position: absolute;
  right: 3.2292vw;
  top: 4.1146vw;
  z-index: 3;
  color: #000;
  font-size: 0.25rem;
  cursor: pointer;
  transition: 0.4s;
}
.sysy__close:hover {
  transform: rotate(180deg);
}
.systems__wrs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.system__imgs {
  width: 3rem;
}
.system__imgs figure img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.system__texts {
  margin-left: 0.4rem;
  width: 0;
  flex: 1;
}
.system__tt {
  display: block;
  line-height: 1.2;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
}
.system__fixs {
  margin-top: 3vw;
  color: #666666;
  font-size: 0.18rem;
  text-indent: 0.36rem;
}
.system__fixs b {
  font-weight: normal;
  color: #000000;
}
.pview {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  text-align: center;
}
.pview p {
  color: #fff;
  line-height: 1.2;
  font-size: 0.32rem;
}
.pview strong {
  display: block;
  color: #fff;
  font-size: 0.64rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
  line-height: 1.6;
}
.competitive {
  padding: 5.8333vw 0 5.4688vw 8.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.competitive__left {
  width: 36.4583vw;
}
.competitive__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.4688vw;
}
.competitive__list li {
  margin-bottom: 2.6042vw;
  width: 50%;
}
.competitive__list li b {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.42rem;
  height: 0.42rem;
}
.competitive__list li b img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.competitive__list li strong {
  display: block;
  margin-top: 0.22rem;
  margin-bottom: 0.16rem;
  line-height: 1.6;
  color: #000000;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.competitive__list li p {
  max-width: 90%;
  width: 2.1rem;
  color: #666666;
  font-size: 0.16rem;
}
.competitive__imgs {
  width: 55.2083vw;
}
.competitive__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 70.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.competitive__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parameter {
  margin: 0 0.3rem 0.4rem;
  position: relative;
  z-index: 3;
  padding: 0.94rem 0 0.3rem;
  background: #F6F6F6;
}
.parameter:before {
  position: absolute;
  left: 50%;
  margin-left: -41.67vw;
  bottom: 0;
  content: "";
  width: 83.34vw;
  height: 16.7708vw;
  background: url(../images/productbg.png) center no-repeat;
  background-size: cover;
}
.parameter__tabs {
  margin: auto;
  margin-top: 1rem;
  position: relative;
  width: 83.3333vw;
}
.parameter__tabs .product__items {
  top: 4.7917vw;
}
.parameter__swiper {
  margin: auto;
  width: 4rem;
}
.parameter__swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 4.1667vw;
}
.parameter__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 1;
  width: 0.54rem;
  height: 0.04rem;
  background: rgba(0, 0, 0, 0.29);
  border-radius: 0;
  transition: 0.4s;
}
.parameter__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.parameter-slide figure {
  display: block;
}
.parameter-slide figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.news__box {
  padding: 5.7292vw 8.3333vw 7.2917vw;
}
.news__items {
  margin-bottom: 0.76rem;
}
.news__items:last-child {
  margin-bottom: 0;
}
.news__items .mores {
  text-align: center;
}
.news__items .mores a {
  display: inline-flex;
}
.project__block {
  margin-top: 0.65rem;
  padding-bottom: 0.23rem;
}
.project__row {
  display: flex;
}
.project__item {
  flex: 1;
  margin-right: 2.2917vw;
  margin-bottom: 2.2917vw;
  position: relative;
}
.project__item:hover figure img {
  transform: scale(1.08);
}
.project__item:hover .project__in {
  opacity: 1;
  visibility: visible;
}
.project__item:last-child {
  margin-right: 0;
}
.project__item figure {
  position: relative;
  display: block;
  padding-bottom: 63.36%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.project__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project__item figure img {
  transition: 0.65s;
}
.project__in {
  position: absolute;
  left: 3.125vw;
  right: 3.125vw;
  bottom: 2.5vw;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.project__in time {
  display: block;
  margin-bottom: 0.22rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.1;
}
.project__in strong {
  display: block;
  color: #fff;
  font-size: 0.26rem;
  line-height: 1.38;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.symposium {
  margin-top: 0.7rem;
  padding-bottom: 0.44rem;
  display: flex;
  flex-wrap: wrap;
}
.symposium li {
  margin-right: 3.125%;
  margin-bottom: 0.4rem;
  width: 31.25%;
}
.symposium li:hover figure img {
  transform: scale(1.08);
}
.symposium li:hover .project__in strong {
  color: #00723E;
}
.symposium li .project__in {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0.38rem;
  opacity: 1;
  visibility: visible;
  width: 85%;
}
.symposium li .project__in time {
  margin-bottom: 0.16rem;
  color: #666666;
  font-size: 0.18rem;
}
.symposium li .project__in strong {
  color: #000000;
  font-size: 0.22rem;
  transition: 0.4s;
}
.symposium li:nth-child(3n+3) {
  margin-right: 0;
}
.symposium li figure {
  position: relative;
  display: block;
  padding-bottom: 63.27%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.symposium li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.symposium li figure img {
  transition: 0.65s;
}
.medio__list {
  margin-top: 0.65rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.medio__list li {
  margin-right: 8.333%;
  margin-bottom: 0.4rem;
  width: 18.75%;
}
.medio__list li:nth-child(4n+4) {
  margin-right: 0;
}
.medio__list li:hover figure img {
  transform: scale(1.1);
}
.medio__list li figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 23.6458vw;
}
.medio__list li figure img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.65s;
}
.news__view {
  margin: auto;
  padding: 1.92rem 0 1.14rem;
  width: 1100px;
}
.news__view--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.news__Imgs {
  width: 43.25%;
}
.news__Imgs figure {
  position: relative;
  display: block;
  padding-bottom: 63.294%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__Imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__v--info {
  flex: 1;
  margin-right: 5.7292vw;
  width: 0;
}
.news__v--info strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 0.3rem;
  line-height: 1.388;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.news__v--info time {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-size: 0.2rem;
}
.news__share {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.news__share a {
  display: inline-block;
  margin-left: -1px;
  width: 0.47rem;
  height: 0.47rem;
  border: 1px solid #DCDDDD;
  line-height: 0.47rem;
  color: #000;
  font-size: 0.2rem;
  text-align: center;
}
.news__share a:hover {
  color: #00723E;
}
.news__view--in {
  margin: auto;
  margin-top: 5.4167vw;
  padding-bottom: 5.4167vw;
  width: 740px;
  max-width: 100%;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2.4;
}
.news__prevs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 740px;
  max-width: 100%;
  padding-top: 0.38rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news__pages p {
  margin-bottom: 0.18rem;
}
.news__pages p:last-child {
  margin-bottom: 0;
}
.news__pages p a {
  display: inline-block;
  color: #000000;
  font-size: 0.18rem;
  line-height: 2;
}
.news__pages p a:hover {
  color: #00723E;
}
.news__back a {
  display: block;
  width: 2.19rem;
  height: 0.59rem;
  text-align: center;
  line-height: 0.59rem;
  border-radius: 0.3rem;
  background: #000;
  color: #fff;
  font-size: 0.18rem;
}
.news__back a:hover {
  background: #00723E;
}
.solution {
  padding: 1.18rem 7.7083vw 9.0625vw 8.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solute__top {
  margin-bottom: 7.5521vw;
}
.solute__top p {
  margin-top: 0.3rem;
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.3;
}
.solute__texts {
  width: 35.1042vw;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.78;
  text-indent: 0.36rem;
}
.solute__texts b {
  color: #000000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.solute__min {
  margin-top: 4.6875vw;
  width: 2.18rem;
  line-height: 1;
}
.solute__min img {
  display: block;
  width: 100%;
  height: auto;
}
.solute__imgs {
  width: 46.0938vw;
}
.solute__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.evaluate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.evaluate__imgs {
  width: 55.2083vw;
}
.evaluate__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 70.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.evaluate__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evaluate__list {
  flex: 1;
  margin-left: 5.4688vw;
  padding-right: 8.3333vw;
  width: auto;
}
.service__boxs {
  padding: 0.74rem 8.3333vw 0.5rem;
}
.service__item {
  margin-bottom: 0.38rem;
}
.service__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 28.59%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.service__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__fix {
  margin-top: 0.96rem;
}
.service__fix .solute__top {
  margin-bottom: 0;
}
.service__texts {
  margin-top: 0.46rem;
}
.service__texts strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.18rem;
}
.service__texts p {
  color: #666666;
  font-size: 0.18rem;
  text-indent: 0.36rem;
}
.service__down {
  margin-top: 3.6458vw;
}
.service__ss {
  margin-bottom: 0.46rem;
}
.service__ss strong {
  display: block;
  color: #000000;
  font-size: 0.18rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.service__tags {
  display: flex;
  flex-wrap: wrap;
}
.service__tags--item {
  margin-right: 16%;
  margin-bottom: 3.5417vw;
  width: 42%;
}
.service__tags--item:nth-child(2n+2) {
  margin-right: 0;
}
.service__tags--item p {
  color: #666666;
  font-size: 0.18rem;
}
.service__tags--item p span {
  color: #00723E;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.train__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.18rem 0 1.36rem 8.3333vw;
}
.train__left {
  width: 6.48rem;
}
.train__left .solute__top {
  margin-bottom: 0.56rem;
}
.train__items {
  margin-bottom: 3.125vw;
}
.train__items strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #000000;
  font-size: 0.18rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.train__items p {
  color: #666666;
  font-size: 0.18rem;
  text-indent: 0.36rem;
}
.train__items p span,
.train__items p b {
  color: #00723E;
}
.train__items p b {
  display: block;
  margin-top: 0.08rem;
}
.train__imgs {
  width: 51.3021vw;
}
.train__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__banner {
  margin: 1.65rem 0.3rem 0;
}
.contact__banner figure {
  position: relative;
  display: block;
  padding-bottom: 35.48%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.contact__banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts {
  padding: 0.78rem 8.3333vw 1.48rem;
}
.contact__tops {
  margin-bottom: 0.6rem;
}
.contact__tops strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.contact__tops p {
  color: #000000;
  font-size: 0.2rem;
}
.messages {
  padding: 4.1146vw 4.1667vw;
  background: #F6F6F6;
}
.message__row {
  display: flex;
  justify-content: space-between;
}
.message__item {
  flex: 1;
  margin-right: 0.26rem;
  margin-bottom: 2.3958vw;
}
.message__item:last-child {
  margin-right: 0;
}
.message__item .texts {
  box-sizing: border-box;
  padding-left: 2.1875vw;
  width: 100%;
  border: none;
  outline: none;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #fff;
  color: #666666;
  font-size: 0.18rem;
}
.message__item .texts.selects {
  background: #fff url(../images/arrow1.png) 90% center no-repeat;
}
.message__item .texts:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message__item .texts::-webkit-input-placeholder {
  color: #666666;
}
.message__radios label {
  display: inline-flex;
  align-items: center;
  color: #666666;
  font-size: 0.18rem;
}
.message__radios label a {
  color: #00723E;
}
.message__radios label input {
  margin-right: 0.26rem;
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #CACACA;
}
.message__subs {
  margin-top: 3.5417vw;
  text-align: center;
}
.message__subs .sub {
  margin: auto;
  width: 3rem;
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
  background: #000;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.4s;
}
.message__subs .sub:hover {
  background: #00723E;
}
.search__box {
  padding: 1.7rem 8.3333vw 0.66rem;
}
.search__fix {
  position: relative;
  width: 5.1rem;
  box-sizing: border-box;
  max-width: 100%;
}
.search__fix i {
  display: inline-block;
  position: absolute;
  left: 0.26rem;
  top: 0;
  color: #BFC3C7;
  font-size: 0.2rem;
  font-style: normal;
  line-height: 0.5rem;
}
.search__fix form {
  display: flex;
  position: relative;
}
.search__fix form .text {
  flex: 1;
  padding-left: 0.7rem;
  line-height: 0.48rem;
  border: 1px solid #E6E8EB;
  border-radius: 0.25rem 0 0 0.25rem;
  color: #BFC3C7;
  font-size: 0.16rem;
}
.search__fix form .text::-webkit-input-placeholder {
  color: #BFC3C7;
}
.search__fix form .text:focus {
  border-color: #00723E;
}
.search__fix form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search__fix form .sub {
  border: none;
  cursor: pointer;
  width: 1.4rem;
  height: 0.5rem;
  background: #00723E;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0 0.25rem 0.25rem 0;
}
.search__numble {
  margin-top: 0.4rem;
  margin-bottom: 0.37rem;
  color: #000000;
  font-size: 0.16rem;
}
.search__numble b {
  color: #BF2420;
  font-weight: normal;
}
.search__list {
  margin-bottom: 0.5rem;
}
.search__list li {
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #E3E3E3;
}
.search__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
}
.search__list li a:hover span {
  color: #00723E;
}
.search__list li a span {
  display: block;
  margin-right: 0.2rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  width: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.search__list li a time {
  display: block;
  color: #666666;
  font-size: 0.2rem;
}
.product__wrs {
  padding: 0 8.3333vw;
}
.product__wrs .train__box {
  padding-bottom: 0;
  padding-left: 0;
}
.product__wrs .train__box .train__imgs {
  width: 50%;
}
.product__wrs .train__box .train__left {
  width: 46%;
}
.product__wrs .train__box:nth-child(2n+2) {
  flex-direction: row-reverse;
  padding-left: 0;
}
.competitive__boxs {
  padding: 0 8.3333vw 0.6rem;
}
.competitive__boxs .competitive {
  padding-left: 0;
  padding-bottom: 0;
}
.competitive__boxs .competitive .competitive__imgs {
  width: 52%;
}
.competitive__boxs .competitive:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.service__news {
  padding-top: 0;
}
.talent__wrap {
  padding: 0.7rem 8.3333vw 1.4rem;
}
.talent__info {
  margin-top: 0.4rem;
}
.talent__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.42rem;
  background: #F6F7F8;
  height: 0.83rem;
}
.talent__head span {
  display: inline-block;
  color: #333333;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 500;
}
.talent__head span:nth-child(1) {
  width: 19.57%;
}
.talent__head span:nth-child(2) {
  width: 12.57%;
}
.talent__head span:nth-child(3) {
  width: 13.5%;
}
.talent__head span:nth-child(4) {
  width: 14%;
}
.talent__head span:nth-child(5) {
  width: 11.5%;
}
.talent__head span:nth-child(6) {
  width: 11.5%;
}
.talent__head span:nth-child(7) {
  flex: 1;
}
.talent__list li {
  margin-bottom: 0.2rem;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.talent__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.78rem;
}
.talent__list li a:hover span b {
  background: #00723E;
}
.talent__list li a span {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 0.19rem;
  font-weight: 500;
}
.talent__list li a span:nth-child(1) {
  width: 19.57%;
}
.talent__list li a span:nth-child(2) {
  width: 12.57%;
}
.talent__list li a span:nth-child(3) {
  width: 13.5%;
}
.talent__list li a span:nth-child(4) {
  width: 14%;
}
.talent__list li a span:nth-child(5) {
  width: 11.5%;
}
.talent__list li a span:nth-child(6) {
  width: 11.5%;
}
.talent__list li a span:nth-child(7) {
  flex: 1;
}
.talent__list li a span b {
  display: block;
  margin: auto;
  width: 1.08rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  border-radius: 18px;
  background: linear-gradient(90deg, #ADADAD 0%, rgba(166, 166, 166, 0.72) 100%);
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  transition: 0.4s;
}
.contact__fix {
  padding: 1rem 0 0.83rem;
}
.contact__info {
  margin-top: 0.62rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #FFF 0%, #ECEDF4 100%);
  box-shadow: 0px 4px 9.1px 0px rgba(0, 0, 0, 0.1);
}
.contact__text {
  flex: 1;
  padding: 0 3.4375vw;
  width: 0;
}
.contact__text strong {
  display: block;
  margin-bottom: 2.0833vw;
  line-height: 1.8;
  color: #192E78;
  font-size: 0.24rem;
  font-weight: 700;
}
.contact__add {
  color: #444;
  font-size: 0.19rem;
  line-height: 1.8;
}
.contact__eq img {
  display: inline-block;
  width: 1.28rem;
  height: auto;
}
body.show {
  overflow: hidden;
  pointer-events: none;
}
body.show .pop-recuite {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
body.show .pop-recuite .recuite__wraps {
  opacity: 1;
  margin-top: 0;
}
.pop-recuite {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 399;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.pop__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.53);
}
.recuite__wraps {
  position: absolute;
  left: 50%;
  margin-left: -750px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: #fff;
  border-radius: 0.1rem;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 50vh;
  opacity: 0;
  transition: 0.65s;
}
.recuite__push {
  padding: 0.7rem 5.7292vw;
}
.recuite__push .news__tts {
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
}
.recuite__in {
  padding: 0.5rem 0.4rem 0;
  width: 8.88rem;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.recuite__in strong {
  color: #333333;
}
.notes {
  padding-top: 0.4rem;
}
.notes a {
  display: inline-block;
  color: #00723E;
  font-size: 0.2rem;
  line-height: 1.2;
  border-bottom: 1px solid #00723E;
}
.recuite__close {
  position: absolute;
  right: 0.18rem;
  top: 0.13rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  background: #00723E;
  cursor: pointer;
  transition: 0.4s;
}
.recuite__close:hover {
  transform: rotate(180deg);
}
.news__tts {
  margin-bottom: 0.6rem;
  text-align: center;
}
.news__tts strong {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.36rem;
}
.news__tts p {
  display: flex;
  justify-content: center;
}
.news__tts p span {
  display: inline-block;
  margin-right: 0.36rem;
  color: #666666;
  font-size: 16px;
}
.news__tts p span:last-child {
  margin-right: 0;
}
.news__time {
  text-align: center;
}
.backtop {
  position: fixed;
  right: 0.2rem;
  bottom: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #00723E;
  color: #fff;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.5rem;
  z-index: 100;
  transform: scale(0);
  visibility: hidden;
  transition: 0.4s;
  cursor: pointer;
  font-size: 0.16rem;
}
.backtop:hover {
  line-height: 0.44rem;
}
.backtop.show {
  transform: scale(1);
  visibility: visible;
}
